home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 109
/
Vol 109.iso
/
games
/
athlete_.swf
/
scripts
/
DefineButton2_106
/
BUTTONCONDACTION on(release).as
Wrap
Text File
|
2008-11-12
|
208b
|
10 lines
on(release){
_root.p1type = _root.p1type + 1;
if(6 < _root.p1type)
{
_root.p1type = 1;
}
p1.gotoAndStop(_root.p1type);
p1name = "\'" + _root.names[_root.p1type - 1] + "\'";
}